projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd5b0c
)
(gnus-gmt-to-local): When rewriting a date to local time,
author
Karl Heuer
<kwzh@gnu.org>
Tue, 28 May 1996 15:22:05 +0000
(15:22 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 28 May 1996 15:22:05 +0000
(15:22 +0000)
use the UTC offset in effect then, not the current UTC offset.
lisp/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus.el
b/lisp/gnus.el
index efbf496ce6f9257d266e08eba55fb0a17a938ba1..8086864db4abbdc39da7b8411502d210ea17adc8 100644
(file)
--- a/
lisp/gnus.el
+++ b/
lisp/gnus.el
@@
-11468,7
+11468,7
@@
Intended to be used with gnus-article-prepare-hook."
(delete-region (match-beginning 1) (match-end 1))
(insert
(timezone-make-date-arpa-standard
- date
nil (current-time-zone)
)))))))
+ date)))))))
;; Article mode commands